Skip to content

Conversation

@Choza-rajan
Copy link

Description

A NumericEntry control that allows users to input only numeric values, supporting various formats such as integers, decimals, percentages, and currency. It offers customizable features like input validation, format masks, and display customization, ensuring that data entry is efficient, accurate, and tailored to specific application needs. This control is essential for maintaining numeric-only input with precise formatting and validation rules.

A NumericUpDown control additionally allows users to input and adjust numeric values using increment and decrement buttons or keyboard interaction.

Key Features

Numeric Input Restriction

Ensures that only numeric values are entered, preventing invalid characters and reducing input errors.

Customizable Input Masks

Supports different display formats such as currency symbols, percentage signs, and custom units for enhanced readability.

Input Validation

Includes built-in validation rules such as min/max value enforcement, and configurable error messages to guide user input.

Formatting Options

Supports localization and custom number formatting, adapting to various cultural settings for currency, decimal, and thousand separators.

Placeholder and Prefix/Suffix

Offers placeholder text when the input is empty, as well as optional prefixes and suffixes (e.g., currency signs) for contextual display.

Increment and Decrement Buttons

Provides built-in buttons for users to easily increase or decrease the numeric value.

Issues Fixed

Fixes #28 , #29

Output screenshots

NumericEntryDemo.Windows.mp4
NumericEntry-Android-Demo.mp4

@PaulAndersonS
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PaulAndersonS PaulAndersonS added this to the v1.0.3 milestone Dec 4, 2024
@PaulAndersonS PaulAndersonS merged commit eef59b0 into syncfusion:main Dec 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

[Feature Request] Implement Numeric Entry control

3 participants